home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Magazine / ActiveShareware / SecondSpin / external_commands / encode_pegase.script < prev    next >
Encoding:
Text File  |  2000-02-06  |  436 b   |  19 lines

  1. .bra {
  2. .ket }
  3. .key input/a,output/a,encoder/a,pipefile/a,args/a
  4.  
  5. failat 999
  6. ChangeTaskPri -3
  7.  
  8. stack 8000
  9.  
  10. run >t:SecondSpin2.tmp {encoder} {args} FROM="{input}" TO="{output}" >{pipefile}
  11.  
  12. ; SecondSpin mpeg pegase audio encoder script / (c) -zk 1999
  13.  
  14. ; i really wouldn't suggest you to touch this unless you really know
  15. ; what you're doing!
  16.  
  17. ; OTHER ENCODERS THAN THE ONES PROVIDED WILL DEFINITELY CAUSE MALFUNCTION
  18. ; OF THE SecondSpin!
  19.